home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 19 / Mac Magazin and MacEasy Magazine CD - Issue 19.iso / Utilities / uae-0.4 / Source Code / include / keybuf.h < prev    next >
Text File  |  1996-02-05  |  309b  |  14 lines

  1.  /* 
  2.   * UAE - The Un*x Amiga Emulator
  3.   * 
  4.   * Keyboard buffer. Not really needed for X, but for SVGAlib and possibly
  5.   * Mac and DOS ports.
  6.   * 
  7.   * (c) 1996 Bernd Schmidt
  8.   */
  9.  
  10. extern int get_next_key (void);
  11. extern bool keys_available (void);
  12. extern void record_key (int);
  13. extern void keybuf_init (void);
  14.